CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A star

搜索资源列表

  1. A-star-search

    0下载:
  2. 画一个迷宫,设置初始点和随机终点,找到最佳路径,实现A star search-implement A star search
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:9809
    • 提供者:sam
  1. A-star-eight-the-number-of-problems

    0下载:
  2. 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:3151
    • 提供者:丛琳
  1. a-star-and--program

    0下载:
  2. 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:15351
    • 提供者:万松林
  1. A-STAR

    0下载:
  2. A星寻路算法分析小程序,把游戏中的某个角色放在一个网格环境中,并给定一个目标点和一些障碍物,如何让角色快速“绕过障碍物”找出通往目标点的路径。-A Star pathfinding algorithm analysis procedures, a role in the game on a grid environment, and given a target point and a number of obstacles, how to identify the role quickly a
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-07
    • 文件大小:10713
    • 提供者:廖灵辉
  1. A-Star-solve-8NUM

    0下载:
  2. 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:2432910
    • 提供者:Bernie
  1. A-star

    0下载:
  2. 这是一个简易的A星寻路算法,大家可以看看,适合于初学者,还是挺有帮助的-A star
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:5065240
    • 提供者:杜帆
  1. A-star

    0下载:
  2. python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2110
    • 提供者:夏益志
  1. A-star-4-connected

    1下载:
  2. A star 算法的matlab代码,用于机器人的路径规划与避障,以四节点往外扩展-A star algorithm matlab codes for path planning and obstacle avoidance robot out to a four-node expansion
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3655
    • 提供者:张洋洋
  1. A-star-src

    0下载:
  2. Very basic implementation of A-star (A*) algorithm. Made for school project.
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:14697
    • 提供者:SWBG
  1. A-Star-

    0下载:
  2. MATLAB CODE for A Star Path planning Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2905
    • 提供者:jaganath
  1. a-star-pathfinder-v.-1.92

    0下载:
  2. a star pathfinder v. 1.92,高效的A*寻路,一个外国牛人写的,可以编译直接运行-A star Pathfinder v., 1.92, A* pathfinding, a foreign expert to write, can be compiled to run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17794048
    • 提供者:谢春洋
  1. A-star

    0下载:
  2. A-star算法求最短路径。 公式表示为: f(n) g(n)+h(n), 其中 f(n) 是从初始状态经由状态n到目标状态的代价估计, g(n) 是在状态空间中从初始状态到状态n的实际代价, h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial s
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9168
    • 提供者:Bao
  1. Graphics-A-STAR-algorithm-master

    0下载:
  2. A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-14
    • 文件大小:5628928
    • 提供者:wang
  1. Stack_Code

    0下载:
  2. 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:渺辰
  1. A-Star Simple Example

    0下载:
  2. Path Planning using A star method(Using LabVIEW to deal with the path planning problem)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:37888
    • 提供者:yue93
  1. 14EC35033_assignment1

    0下载:
  2. a-star algo for 8-puzzle program using 3 different heuristics
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:248832
    • 提供者:sandeep2103
  1. A_Star_v2.0

    0下载:
  2. A-star pathfinding algorythm using opengh and c++
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:2813952
    • 提供者:Scorio3D
  1. astardemo

    0下载:
  2. 基于优化的A星算法的最优路径最短路径规划问题(A star algorithm and path planning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:无花~果
  1. A星

    2下载:
  2. 完整的A星寻路实现效果展示,带有路径展示(Complete A star pathfinding to achieve the effect of display, with path display)
  3. 所属分类:游戏

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:乌拉
  1. A星算法自寻路

    1下载:
  2. A星算法自寻路的C及C++实现,并在窗口中实现路径的起点、终点、障碍,最后显示路径。(C and C++ implementation of self routing of A star algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-07
    • 文件大小:63488
    • 提供者:4045
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com